toList

(alias) pure function toList(): list<integer>

Deprecated

Use 'to_list' instead

Converts this byte_array to a list of integers.

The inverse of byte_array.from_list(list<integer>).

Each byte in the array is converted to a single integer 0 <= x < 256 in the returned list.

Alias

Alias target

Since

0.9.0